home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1730 / frame_91 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  134 b   |  9 lines

  1. if(this.getBounds(_parent._parent).xMin < _parent._parent.man._x)
  2. {
  3.    this._xscale = -100;
  4. }
  5. else
  6. {
  7.    this._xscale = 100;
  8. }
  9.